Skip to main content

deleteAsset

Delete a single asset

GraphQL Schema

extend type mutation {
"""Delete a single asset"""
deleteAsset(input: DeleteAssetInput): DeleteAssetPayload
}

Arguments

NameTypeDescription
input[DeleteAssetInput](/04-reference/05-Input Objects/DeleteAssetInput.mdx)

Response Shape

This mutation returns DeleteAssetPayload

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information